ci: Add static packages for GLib and PCRE
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 29 Jan 2020 11:16:44 +0000 (12:16 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 13:39:52 +0000 (13:39 +0000)
Otherwise Meson will warn about missing static dependencies for
sysprof-capture-3.

.gitlab-ci/fedora.Dockerfile

index 2490f0a5074b87cd7bf1ed3f8aa975f1d6619674..8c96f332224817b6f27685f63621346a5aaf88a4 100644 (file)
@@ -23,6 +23,7 @@ RUN dnf -y install \
     gettext \
     git \
     glib2-devel \
+    glib2-static \
     glibc-devel \
     glibc-headers \
     gobject-introspection-devel \
@@ -61,6 +62,7 @@ RUN dnf -y install \
     ninja-build \
     pango-devel \
     pcre-devel \
+    pcre-static \
     python3 \
     python3-jinja2 \
     python3-pip \